home *** CD-ROM | disk | FTP | other *** search
- ; *** Generic Script for logging into a BBS with MyComm ***
- ;
- ; This is provided as an example and may be modified for your own use.
- ;
- xmit("^M") ; send a carriage return
- waitfor(30, "User ID") ; wait for them to ask for your name
- sendname() ; send your name for this dial entry
- waitfor(30, "Password") ; wait for them to ask for your password
- sendpass() ; send your password for this dial entry
- exit()
- ; *** end of script ***
-